type github.com/jackc/pgx/v5/internal/sanitize.pool

6 uses

	github.com/jackc/pgx/v5/internal/sanitize (current package)
		sanitize.go#L32: var bufPool = &pool[*bytes.Buffer]{
		sanitize.go#L116: var sqlLexerPool = &pool[*sqlLexer]{
		sanitize.go#L500: var queryPool = &pool[*Query]{
		sanitize.go#L522: type pool[E any] struct {
		sanitize.go#L528: func (pool *pool[E]) get() E {
		sanitize.go#L537: func (p *pool[E]) put(v E) {